[index]
Backup Command
Syntax
backup <movie | path> Applies to movies, paths
Description
The backup command backs up a paused (not stopped) digital movie by one frame.
Examples
on mouseUp
put 3 seconds into frame_pause
pause mov 1
wait 5 seconds repeat for 5 times
backup mov 1
wait 3 seconds end repeat
end mouseUp
Type the following into the Message box: play mov 1
After playing the movie for a few seconds, click on the "PlayBackward" button to play the movie backward. To change the speed of playback, simply modify the number of seconds in the line "wait 3 seconds". You can also alter this code block to work with a path object.
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.